From 61730c75ce739ffb3153ea9a3037b3c2faaed0d6 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 28 May 2008 11:43:37 +0100 Subject: [PATCH] grant_table: Flush host CPU TLBs during grant transfer. Signed-off-by: Keir Fraser --- xen/common/grant_table.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c index e7aebb1c80..66888aff0e 100644 --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -1113,6 +1113,7 @@ gnttab_transfer( } guest_physmap_remove_page(d, gop.mfn, mfn, 0); + flush_tlb_mask(d->domain_dirty_cpumask); /* Find the target domain. */ if ( unlikely((e = rcu_lock_domain_by_id(gop.domid)) == NULL) ) -- 2.30.2